columnview: Revise scroll-minimum handling
authorMatthias Clasen <mclasen@redhat.com>
Tue, 17 Dec 2019 00:22:03 +0000 (19:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 3 Jun 2020 16:48:20 +0000 (12:48 -0400)
commitbefdd8bb66685d000a3191025a1523571302d988
tree98d27d4827d5eb65f256b41ff660b319cbec42cf
parent27ed2cc0093baebe31c88c2f98afaacdc886ce69
columnview: Revise scroll-minimum handling

Tweak the behavior slightly. We don't show
a scrollbar as long as we have at least
min-size available, but we still give the
entire size to the child, up to nat-size.

This matches how viewports handle scroll-minimum.
gtk/gtkcolumnview.c